home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / oyun / elf.exe / ELF.EXE / 0 / RCDATA / TTEST / TTEST.txt
Text File  |  1997-02-13  |  1KB  |  68 lines

  1. object test: Ttest
  2.   Left = 200
  3.   Top = 108
  4.   Width = 434
  5.   Height = 300
  6.   Caption = 'test'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Position = poScreenCenter
  13.   WindowState = wsMinimized
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lb1: TListBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 426
  20.     Height = 144
  21.     Align = alClient
  22.     ItemHeight = 13
  23.     TabOrder = 0
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 144
  28.     Width = 426
  29.     Height = 129
  30.     Align = alBottom
  31.     BevelOuter = bvLowered
  32.     TabOrder = 1
  33.     object RoomName: TEdit
  34.       Left = 4
  35.       Top = 4
  36.       Width = 257
  37.       Height = 21
  38.       TabOrder = 0
  39.     end
  40.     object RoomExits: TEdit
  41.       Left = 264
  42.       Top = 4
  43.       Width = 133
  44.       Height = 21
  45.       TabOrder = 1
  46.     end
  47.     object RoomDesc: TMemo
  48.       Left = 4
  49.       Top = 28
  50.       Width = 417
  51.       Height = 97
  52.       TabOrder = 2
  53.     end
  54.     object status: TEdit
  55.       Left = 400
  56.       Top = 4
  57.       Width = 21
  58.       Height = 21
  59.       TabOrder = 3
  60.     end
  61.   end
  62.   object WinRoller1: TWinRoller
  63.     Enabled = True
  64.     Left = 4
  65.     Top = 4
  66.   end
  67. end
  68.